home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I think I\'ll leave that rabbit alone. It\'s way to dangerous to cross that street to get him.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Ohh look at that cute little fella.";
- }
- if(_root.micon._currentframe == 30)
- {
- _root.sfx.gotoAndStop(3);
- _root.even15 = 1;
- _root.micon.gotoAndStop(1);
- _root.txt_number = 1;
- _root.next_dis1 = 2;
- _root.next_txt1 = "I\'ll just place these carrots on the ground here, because it is way to dangerous to cross that street.";
- }
- }
- }
-